Include proXSign javaScript Library

 

 

The proXSign interface is used through proXSign.min.js javaScript library that must to be included in your HTML code.

 

For compliance with web-browser Internet Explorer v8 and v9, also javaScript library xdomain.min.js has to be included.

 

Important: If you do not need the compliance with those 2 browsers, we reccomend that you DO NOT include the xdomain library, as your code will run faster.

 

Both libraries are part of the SETCCE proXSign SDK Setup package. See Get Component Version for more information.

 

Important: Add the next line <!DOCTYPE html> at the begining of the page.

 

Code Samples

 

 

<!DOCTYPE html>

<HTML>

<HEAD>

    <TITLE>Get Version - Integration Demo for SETCCE proXSign 2.0</TITLE>

    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

 

    <!-- Cross domain scripting support, must be FIRST script in the page!!!-->

    <!-- Include only if support for IE 8 and IE 9 is required -->

    <script src="js/xdomain.min.js"></script>

 

    <!-- Javascript required for communication with SETCCE proXSign Scriptable App -->

    <script src="js/proXSign.min.js"></script>

 

</HEAD>

 

....

 

</HTML>